home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IO CD February 1999
/
IO_LUTY_99.ISO
/
DODATKI
/
Brood War
/
GREETBOT.ZIP
/
PCH.H
< prev
next >
Wrap
C/C++ Source or Header
|
1998-03-31
|
378b
|
24 lines
//
// PCH.H
//
#define STRICT
#include <windows.h>
#include <wininet.h>
#include <winsock.h>
#include <assert.h>
#include <limits.h>
#include <process.h>
#include <stddef.h>
#include <tchar.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <malloc.h>
#include <string.h>
#include <ctype.h>
#include <signal.h>
#include "greetbot.h"